const google.golang.org/grpc/internal/transport.percentByte
5 uses
google.golang.org/grpc/internal/transport (current package)
http_util.go#L228: percentByte = '%'
http_util.go#L245: if !(c >= spaceByte && c <= tildeByte && c != percentByte) {
http_util.go#L267: if b >= spaceByte && b <= tildeByte && b != percentByte {
http_util.go#L285: if msg[i] == percentByte && i+2 < lenMsg {
http_util.go#L297: if c == percentByte && i+2 < lenMsg {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)